go/parser.parser.parseFuncType (method)

3 uses

	go/parser (current package)
		parser.go#L1123: func (p *parser) parseFuncType() *ast.FuncType {
		parser.go#L1405: 		return p.parseFuncType()
		parser.go#L1471: 	typ := p.parseFuncType()